From 2db005c58d23195c3db403b2918e37e1c1387681 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 26 May 2005 08:06:01 +0000 Subject: [PATCH] bitkeeper revision 1.1561 (42958369EO5iAgCrbpIrx-hK8jzMWQ) Fix install path for qemu-dm. Signed-off-by: Keir Fraser --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 4e29741f5f..95e8989d4c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -40,7 +40,7 @@ check_clean: ifndef XEN_NO_IOEMU ioemu ioemuinstall ioemuclean: [ -f ioemu/config-host.h ] || \ - (cd ioemu; ./configure --prefix=$(DESTDIR)/usr) + (cd ioemu; ./configure --prefix=usr) $(MAKE) -C ioemu $(patsubst ioemu%,%,$@) else ioemu ioemuinstall ioemuclean: -- 2.30.2